CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - A .Lempel

搜索资源列表

  1. zlib123

    0下载:
  2. The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous
  3. 所属分类:IP电话/视频会议

    • 发布日期:2008-10-13
    • 文件大小:5143890
    • 提供者:MCU2000
  1. 23952

    0下载:
  2. My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP '
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53517
    • 提供者:郭春阳
  1. lzss_huf

    0下载:
  2. This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3660
    • 提供者:冰冰
  1. Lempel-Ziv 压缩算法

    0下载:
  2. Lempel-Ziv 压缩算法文档--Lempel-Ziv compression algorithm documents
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:43008
    • 提供者:站长
  1. Lempel-Ziv

    0下载:
  2. Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the output is written in another file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1596
    • 提供者:Calin Juravle
  1. 78

    0下载:
  2. Ajuda com a Teoria sobre Lempel-Ziv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:614
    • 提供者:Paulo
  1. Huffman

    0下载:
  2. 一个简单的huffman的c语言程序,程序写的较为简单,重点利用数据结构中的二叉树算法。初学者可以看看,作为不同的思路。-A simple huffman c-language program, the program written in relatively simple, focusing on the use of the binary tree data structure algorithms. Beginners can see, as a different way of thi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:4030374
    • 提供者:xiongjun
  1. Compression

    0下载:
  2. Very simple class to ZIP and UNZIP files (Streams actually). Based on Ziv-Lempel basic algorithm. Simple.. not fast nor really "compressive" :). Create(A) a ZIP by passing in the stream A you want as source/destination. Call Add(B) to compress a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2785
    • 提供者:David
  1. Lempel_Ziv2179064162010

    0下载:
  2. This a full C++ OOP implementation of a Lempel Ziv compressor/decompressor. It does not have an entropy coder. The window size has to be a power of 2, and atleast 1KB in size (1024 bytes), but the match lengths can be anything.- This is a full C++ O
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:47122
    • 提供者:jaggee
  1. losslessimagezipalgorithm

    0下载:
  2. 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:126926
    • 提供者:idlerrf
  1. qn5_lzw

    0下载:
  2. This matlab code compresses a given text using Lempel-Ziv-Welch algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:Aswathy
  1. gzip

    0下载:
  2. The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:299425
    • 提供者:Dennis
  1. LZ_77

    0下载:
  2. Data compression with LZ77 interface -LZ77 (Lempel-Ziv-1977) is a simple but surprisingly effective form of data compression that takes an entirely differnt approach from Huffman coding. LZ77 is a dictionary-based method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:11135
    • 提供者:pecker168
  1. GetKC

    0下载:
  2. 一个非常有用的计算lempel-ziv复杂度的程序,可用于状态监测等问题。-A useful lempel-ziv complexity calculation procedures, can be used for condition monitoring.
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1214
    • 提供者:
  1. huachuang

    0下载:
  2. 1965年苏联数学家Kolmogolov提出利用信源序列的结构特性来编码。而两位以色列研究者J.Ziv和A.Lempel独辟蹊径,完全脱离Huffman及算术编码的设计思路,创造出了一系列比Huffman编码更有效,比算术编码更快捷的通用压缩算法。将这些算法统称为LZ系列算法。-1965 Soviet mathematician Kolmogolov proposed use of the structural characteristics of the source sequences to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1013
    • 提供者:fox
  1. La-compression-lzw1

    0下载:
  2. Lempel–Ziv–Welch (LZW) is a universal lossless data compression algorithm created by Abraham Lempel, Jacob Ziv, and Terry Welch. It was published by Welch in 1984 as an improved implementation of the LZ78 algorithm published by Lempel and Ziv in 1978
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:435744
    • 提供者:fatihafifi
  1. qlkaraoke_BY-NGUYENCAU.NET

    0下载:
  2. Lempel–Ziv–Welch (LZW) is a universal lossless data compression algorithm created by Abraham Lempel, Jacob Ziv, and Terry Welch. It was published by Welch in 1984 as an improved implementation of the LZ78 algorithm published by Lempel and Ziv in 1978
  3. 所属分类:CA program

    • 发布日期:2017-06-09
    • 文件大小:16337059
    • 提供者:van
搜珍网 www.dssz.com